home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
editor
/
auror300.zip
/
AUMENU.AML
< prev
next >
Wrap
Text File
|
1996-07-17
|
17KB
|
439 lines
//--------------------------------------------------------------------
// The Aurora Editor v3.0, Copyright (C) 1993-1996 nuText Systems
//
// MENU.AML
// Aurora Menu definitions (included by Main.aml)
//
// If you have made any changes, save this file and select Recompile
// the Editor from the Set menu. Exit and re-enter the editor for
// your changes to take effect.
//--------------------------------------------------------------------
//--------------------------------------------------------------------
// Edit Window menu bar and tool bar
//--------------------------------------------------------------------
function EditMen
// menu bar
menubar "" 1
item "&File" "editFile"
item "&Window" "editWindow"
item "&Block" "editBlock"
item "&Search" "editSearch"
item "F&old" "editFold"
item "&Edit" "editEdit"
item "&Clip" "editClip"
item "&Print" "editPrint"
item "Se&t" "editSet"
item "M&acro" "editMacro"
item "&Help" "editHelp"
end
// tool bar
menubar "" 2
item "<&&≡>" toolbar // close tool bar
item "<&&?>" quickref 'u' 'f' // users guide
item "<&&*>" open "*.*" // display file manager
item "<&&/>" copywin // copy window
item "<&&─>" splitwin 'h' // split window horz
item "<&&|>" splitwin 'v' // split window vert
item "<&&o>" askopen // open prompt
item "<&&s>" save // save file
item "<&&F>" askfind // find prompt
item "<&&f>" findlast // do last find/replace
item "<&&r>" formatblock2 // reformat block
item "<&&«>" undo // undo last change
item "<&&»>" redo // redo last change
item "<&&>>" foldblock2 // fold block
item "<&&<>" destroyfold2 // unfold line
end
end
//--------------------------------------------------------------------
// Edit Window pulldown menus
//--------------------------------------------------------------------
menu "editFile"
item " &New <ctrl n>" opennew
item " &Open.. <alt e>" askopen
item " Open &Binary.." askopenb
item " Open and &Insert.. <alt i>" askinsert
//item " Open Last&.. <alt z>" openlast
item " &Rename.. <alt n>" askname
item " &Save <f3>" save
item " Sa&ve As.." asksaveas
item "-"
item " &File Manager.. <f4>" open "*.*"
item " &Tree.." runmacro2 "tree"
item " Ne&xt <ctrl del>" nextfile
item " &Prev <ctrl ins>" prevfile
item " &List.. <alt ->" filelist
item "─"
item " &Close <alt q>" close
item " Close &All <alt x>" closeall
item " Sav&e and Close <ctrl x>" close 's'
item " Save an&d Close All" closeall 's'
item "─"
item " Abo&ut.." about
end
menu "editWindow"
item " &Restore" restore
item " &Move/Size <ctrl f5>" sizekey
item " P&an <ctrl f6>" pankey
item " M&inimize" minimize
item " Ma&ximize <ctrl z>" maximize
item " &Next <ctrl a>" nextwindow
item " &Prev" prevwindow
item " &List.. <alt w>" winlist
item "─"
item " &Copy <ctrl c>" copywin
item " Split Hor&z <alt h>" splitwin 'h'
item " Split Ver&t <alt v>" splitwin 'v'
item "─"
item " Ca&scade <shift f5>" cascade
item " Tile &Horz <shift f4>" tile 'h'
item " Tile &Vert <shift f3>" tile 'v'
item "─"
item " Tool &Bar <ctrl f8>" toolbar
item " Pr&ompt Style.." runcfg "prom"
end
menu "editMark"
item " Mark &Line <alt l>" markline
item " Mark &Column <alt b>" markcolumn
item " Mark C&haracter <alt a>" markchar
item " Mark &Word <alt 1>" markword
item " Mark to &EOL <alt 2>" markeol
item " Mark &Paragraph <alt 3>" markpara "tb"
item "─"
item " &Unmark <alt u>" destroymark
end
menu "editBlock"
item " Mar&k.. " submenu "editMark"
item " &Copy <alt c>" copyblock2
item " &Move <alt m>" moveblock2
item " Copy &Over <alt o>" copyblockover
item " Mo&ve Over <ctrl m>" moveblockover
item " &Delete <alt d>" deleteblock2
item " &Indent <shift f8>" shiftblock 1
item " UnInden&t <shift f7>" shiftblock -1
item "─"
item " &Fill <ctrl k><f>" fillblock2
item " S&ave.. <ctrl k><s>" saveblock2
item " &Sort <ctrl k><o>" sortblock2
item " Lo&wercase" caseblock 'l'
item " U&ppercase <ctrl k><u>" caseblock
item "─"
item " Ce&nter <ctrl k><c>" justblock2 'c'
item " &Left Justify" justblock2 'l'
item " Ri&ght Justify" justblock2 'r'
item " &Reformat <alt r>" formatblock2
item " R&eformat Right <alt y>" formatblock2 "rj"
end
menu "editSearch"
item " &Find.. <f5> or <ctrl f>" askfind
item " Re&place.. <ctrl g>" askrepl
item " &Repeat Last Find/Repl <ctrl l>" findlast
item " &Scan Files.. <ctrl s>" askscan
item " &Incremental Search <ctrl i>" isearch
item " Find &Occurrences.. <ctrl h>" askfindo
item "─"
item " &Quick Bookmark <ctrl 2>" quickbook
item " Pre&v Bookmark <ctrl 6>" cyclebook
item " Place &Bookmark.." placebook
item " &Go to Bookmark.." askbook
item "─"
item " Go to &Line.. <ctrl j>" askrow
item " Go to Bloc&k Start <ctrl b>" gotomark 't'
item " Go to Block En&d" gotomark 'b'
item " Go to Ne&xt Fold <alt 7>" search2 "f/f"
item "─"
item " Find &Matching Char <alt f3>" gotomatch2
item " Go to Compiler &Error <alt f7>" gotoerror
end
menu "editFold"
item " &Fold Next Line <alt 8>" foldline
item " &Unfold Next Line <alt 9>" foldline 'u'
item "─"
item " Crea&te Fold" createfold
item " &Open Fold <alt \\>" openfold
item " &Close Fold <alt \\>" closefold
item " &Remove Fold <alt g>" destroyfold2
item "─"
item " Fold Bloc&k <alt f>" foldblock2
item " Fold Block Fl&at" foldflat
item " O&pen Block Folds" foldblock 'os'
item " C&lose Block Folds" foldblock 'cs'
item " Re&move Block Folds" foldblock 'ds'
item "─"
item " Ope&n All Folds <alt [>" foldall 'os'
item " Clo&se All Folds <alt ]>" foldall 'cs'
item " Remo&ve All Folds <alt 0>" foldall 'ds'
item "─"
item " &Export without Folds.." asksaveas 'x'
item " E&xport Block without Folds.." saveblock2 'x'
end
menu "editEdit"
item " &Undo <ctrl u>" undo
item " &Redo <ctrl y>" redo
item "─"
item " &Insert Line <ctrl enter>" insline2
item " &Delete Line <ctrl baksp>" delline
item " &Join Line <alt j>" joinline
item " &Split Line <alt s>" splitline2
item "─"
item " Ce&nter Line <alt 6>" centerline
item " &Comment Line <alt f1>" commentline
item " Delete Right &Word <ctrl t>" delword
item " Du&plicate Line <alt 4>" copyblock '*l'
item " &Erase to End